Example: Building a new Opportunity business object
This example describes how to build a new Opportunity business object called OpportunityJob:
- Build a new SQL table called OpportunityJob.
- Add OpportunityJob to framework used by Opportunity Management.
- Customize the properties for OpportunityJob.
- Build a relationship between OpportunityJob and existing business objects.
- Modify the Opportunity Type business object to display OpportunityJob.
- Build a relationship between AccessMain and OpportunityJob.
- Build and Publish OpportunityJob.